'Declaration Public Function New( _
ByVal nameThe name of processing tree.As System.String, _
ByVal ParamArray processingCommandsThe processing commands.() As Vintasoft.Imaging.Processing.IProcessingCommandInfo _
)
public PdfA1ProcessingTree(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommandInfo[] processingCommands
)
public: PdfA1ProcessingTree(
System.String name,
params Vintasoft.Imaging.Processing.IProcessingCommandInfo*[]* processingCommands
)
public:
PdfA1ProcessingTree(
System.String name,
... array<Vintasoft.Imaging.Processing.IProcessingCommandInfo^>^ processingCommands
)
Parameters
- name
- The name of processing tree.
- processingCommands
- The processing commands.